Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: JManager Reference /
Chapter 1 - JManager Reference / JManager Functions
Frame Manipulation Functions /


JMFrameActivate

Activates or deactivates a frame.

OSStatus JMFrameActivate (
JMFrameRef frame, 
Boolean activate);
frame
The frame to be activated or deactivated.
activate
A Boolean value. If activate is true, the frame is to be made active; if activate is false, the frame is to be deactivated.
function result
A result code. See "JManager Result Codes" (page 69) for a list of result codes that JManager may return in this field.
DISCUSSION
Only one frame should be active at one time, so if you make a frame active, you should deactivate the other frames in that AWT context thread. The client application must keep track of the currently active frame.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 DEC 1996




Navigation graphic, see text links

Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help